GenerateRequest

The operation input is GenerateRequest. The input message for the Generate operation used to request processing of a specified package.

Parameter Type Constraints Description
Transaction Transaction Required A container for transaction information as a transaction identifier (TransactionID).
Organization Organization Optional Container for storing information about the Organization.
RequestID string Optional A unique identifier for the submitted request. Often used for request tracking purposes.
Policy Policy Optional A container for policy information. Policy is not required but can be used to enable dynamic setup data. This policy refers to ERL policies, not those generated by the Expere OPPSA Tool.
Oppsa Oppsa Optional A container for OPPSA product information. An OPPSA product is a set of policies produced by the Expere OPPSA Tool.
PackageID string Required The name of the document selection package as it exists in the database. The value reflects the document selection package ID as a string and may not be submitted if an LOBPhase is submitted..
LOBPhase LOBPhase Required A container for Line of Business information. Do not submit if a PackageID is submitted.
InlinePackage InlinePackage Optional Specifies which PackageDocs and Packets apply to the request.
DocumentSet ArrayOfDocument Required Array containing an unbound collection of DocumentSet objects.
DocumentFormat DocumentFormatType Optional Object defining the format type for a document (based on an enumerated value): PDF specifies that output documents should be formatted as PDF.; RAW_XML specifies that output documents should be formatted as XML.; RTF specifies that output documents should be formatted as RTF (dynamic documents output as RTF, however static docs output as fillable PDFs).
DynamicPdfRender DynamicPdfRender Optional Object defining the rendering option for a document (based on an enumerated value).Choose between using XEP or FOP to render dynamic PDFs.
AncillaryOutput ArrayOfAncillaryOutputOption Optional Array containing an unbound collection of AncillaryOutputOption objects.The AncillaryOuputOption is a flag to indicate details about how a document is rendered (for example, to apply watermarks or tamperseals).
ExternalPDFDocuments ExternalPDFDocuments Optional Container object used to pass base64 encoded PDF documents.

Element tns:GenerateRequest